CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - VC 交互

搜索资源列表

  1. BREW-IMAP4-mail

    0下载:
  2. 为了实现支持IMAP4协议的移动邮件客户端在智能手机上的应用,在VC++6.0环境下,采用了高通推出的专门为无线设备设计的BREW平台。提出了原子流程的概念,以降低程序间的耦合度,提高代码复用率。经在仿真环境下测试实验,实现了与Internet上多台常用邮件服务器的交互,并且运行稳定,可作为智能手机的一个组件应用于3G网络。-In order to achieve agreement in support of IMAP4 mail client for mobile phones in the
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:195749
    • 提供者:毛义法
  1. OPCclient

    1下载:
  2. 用vc++实现了一个标准的OPC DA客户端!可以通过标准接口来实现与标准OPC DA服务器的数据交互!-Using vc++ to achieve a standard OPC DA client! Can be achieved through a standard interface with the standard of the OPC DA server data exchange!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:201925
    • 提供者:Mr yang
  1. IMGReg

    0下载:
  2. 图像配准VC源代码。有界面交互。很好用。-Image registration source code VC. There are interactive interface. Good use.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2205582
    • 提供者:xpjandy
  1. MFCCLIENTSERVERNETWORKS

    0下载:
  2. 可以再VC环境下实现MFC的客户端和服务端的交互功能-VC can achieve the MFC environment and services for client-side interactive features
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:88432
    • 提供者:rose
  1. DDM

    1下载:
  2. VC++开发的HLA仿真程序,可实现hla交互仿真-VC++ development of HLA simulation program can be realized hla Interactive Simulation
  3. 所属分类:系统编程

    • 发布日期:2013-01-15
    • 文件大小:51792
    • 提供者:yangke
  1. RealizingtheinteractionOpenGL3dsmodel

    0下载:
  2. VC++6.0中利用OpenGL实现3DS模型的交互控制-VC++6.0 using OpenGL to achieve 3DS model of interactive control
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:990664
    • 提供者:yanmeiling
  1. Manderbrot_V1_01

    0下载:
  2. OpenGL和VC++6.0实现的二维Manderbrot集合,并且重写了各种回调函数,提供了基本的用户交互功能。-OpenGL and VC++6.0 to achieve the two-dimensional Manderbrot collection, and rewrite a variety of callback function, provides the basic user interaction capabilities.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:10790
    • 提供者:陈文强
  1. speech

    0下载:
  2. 文-语转换即Text-to-Speech,简称为TTS,这种技术已经广泛地运用到各种信息查询台、机器人语音等领域中。通过本次实验,了解TTS的基本实现原理,并能在VC++环境中运用TTS技术完成英文的文-语转换。 Windows支持两种RIFF(resource interchange file format,“资源交互文件格式”)音频文件:MIDI的RMID文件和波形音频文件格式Wav文件,而Wav文件是一种经常需要播放获编辑的音频文件,故本实验就要学习设计VC程序完成Wav文件播放的几种
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:8999
    • 提供者:chinaeping
  1. vc20080918297467

    0下载:
  2. 使用vc开发的网络通信程序,通过命令交互实现远程的数据备份。-Using vc network communication program developed by the command interactive remote data backup.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:238727
    • 提供者:青青
  1. mmy_link2

    0下载:
  2. 一个十分简单但是很清楚明了的利用C APII和MySQL交互的程序,实现基本的数据读写,查询等功能,主要意在示范连接的方法。注意,必须确保你已有安装mysql并相应C API包,并且编译时VC++的连接设置及工程设置应正确,相见源码内说明。-A very simple but very clear understanding of the use of C APII and MySQL interactive process, to achieve basic reading and writi
  3. 所属分类:MySQL

    • 发布日期:2017-04-13
    • 文件大小:2147
    • 提供者:needtobestrong
  1. Collision

    0下载:
  2. 在VC平台上,用opengl绘图,实现两个球体的碰撞检测,并且实现交互设备PHANTOM接口-In the VC platform, using opengl graphics, collision detection to achieve the two spheres, and the PHANTOM device to achieve interactive interfaces. . .
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4461567
    • 提供者:龚云隆
  1. playswf

    0下载:
  2. vc与FLASH交互操作的源码。完美支持VC与FLASH的结合编程。-vc FLASH interact with the source code. The perfect combination of support for VC and FLASH programming.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7576719
    • 提供者:孙刚
  1. dicom

    0下载:
  2. DICOM 是医学影像存储和传输的国际标准, 它的制定为不同的医学影像设备和用户提供了统一的接口标准和交互协议。解读 DICOM 的医学图像文件格式以及用利用VC++和DCMTK 显示方法显示DICOM 医学图像。-DICOM is the medical image storage and transmission of international standard, making for different medical imaging devices and users with a
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:222180
    • 提供者:zx
  1. VFWDialog

    0下载:
  2. 使用VC++和VFW完成的视频会议系统,具有文本和音视频交互的功能。-VFW using VC++ and complete video conferencing systems, audio and video with text and interactive features.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-20
    • 文件大小:5749943
    • 提供者:孙杰
  1. MyQQ

    0下载:
  2. 简单的QQ聊天功能,实现与服务器进行交互。用VC++ + mySQL 开发。-Simple QQ chat, interact with the server. Using VC+++ mySQL development.
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:186768
    • 提供者:吴明
  1. opengl_explosion

    0下载:
  2. 利用opengl和vc实现了物体的爆炸效果。没有交互功能。飞船自动爆炸撑碎片。-Vc achieved using opengl and effects of the explosion of objects. No interactive features. Support ship self exploding debris.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:123581
    • 提供者:yj
  1. 2

    0下载:
  2. 初学OpenGL时做的小程序,用vc++做的一个可以用鼠标控制人机交互的圆环,代码很简单,初学OpenGL比较不错的参考程序-Beginners do when a small OpenGL program, using vc++ to do a human-computer interaction can be controlled with the mouse the circle, the code is very simple, quite good reference for begi
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:280404
    • 提供者:钱冰
  1. My_guess

    0下载:
  2. c语言猜数字的游戏改编,全由个人创作,交互界面还不够完善。-reprogram the game of guess number with vc.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-15
    • 文件大小:3648317
    • 提供者:阿牛
  1. customresource

    0下载:
  2. 一个VC的插件,主要是将在VC中的代码段保存起来。非常方便与VC6.0交互-A VC plug-ins, mainly to the code in the VC save. Very easy to interact with VC6.0
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:237495
    • 提供者:liu
  1. OpenGL-and-3DS

    0下载:
  2. 基于OpenGL 的3DS 模型的导入与控制。研究了在VC++6.0 环境下利用OpenGL 导入3DS 模型的两种方法,并给出了具体实现 过程和技术要点,两种导入方法比较结果说明:读入3DS 文件类的方法优于文件转换法,导 入的模型图的失真度很小,并可方便实现平移、旋转、缩放、拾取等人机交互控制. 关键词:OpenGL;3DS 模型;人机交互-Import and Control of 3DS Models Based on OpenGL GAO Hai-fang1,
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:5250
    • 提供者:jinking
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com